Dynomotion

Group: DynoMotion Message: 2856 From: Kyrylo Perederiy Date: 1/1/2012
Subject: v4.28 StraightFeed()
Tom, Brad,
 
I can use some help over here. Just tried to test v4.28, flashed the controller and now StraightFeed() does not work. I'm using .NET dll and am able to reproduce the ill behavior with a simple console app example.
 
Flashing back to v4.27 does not help, which is weird. StraightTraverse() works fine.
 
Here's a piece of code in console app (below). The first two lines work as expected moving the X axis back and forth. The third line is supposed to move X axis 6,000 steps forward when it hits Dwell(), but nothing happens. Even more to it, in KMotion.exe, I'm trying to see what's going on and find that at the moment I hit Dwell(), the dest0 for X axis skyrockets to 1.797693134862e+308, which does not look good...
===============================
_Controller.CoordMotion.StraightTraverse(6000.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, false);
_Controller.CoordMotion.StraightTraverse(0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000,
false);
_Controller.CoordMotion.StraightFeed(10000.0, 6000.0D, 0.0D, 0.0D, 0.0D, 0.0D, 0.0D, 0, 0);
_Controller.CoordMotion.Dwell(2);
_Controller.CoordMotion.FlushSegments();
===============================
 
Thanks,
Kyryl
 
Group: DynoMotion Message: 2860 From: Brad Murry Date: 1/1/2012
Subject: Re: v4.28 StraightFeed()

Hello Kyryl,

 

I hate it when this happens….

 

Works just fine right off the bat with me.

 

Can you tell me how you are referencing the KM.net dll to your project?

 

I have experienced problems in the past when different versions of either the managed or unmanaged DynoMotion dll’s are used concurrently.

 

-Brad Murry

From: DynoMotion@yahoogroups.com [mailto:DynoMotion@yahoogroups.com] On Behalf Of Kyrylo Perederiy
Sent: Sunday, January 01, 2012 6:54 PM
To: DynoMotion@yahoogroups.com
Subject: [DynoMotion] v4.28 StraightFeed()

 

 

Tom, Brad,
 
I can use some help over here. Just tried to test v4.28, flashed the controller and now StraightFeed() does not work. I'm using .NET dll and am able to reproduce the ill behavior with a simple console app example.
 
Flashing back to v4.27 does not help, which is weird. StraightTraverse() works fine.
 
Here's a piece of code in console app (below). The first two lines work as expected moving the X axis back and forth. The third line is supposed to move X axis 6,000 steps forward when it hits Dwell(), but nothing happens. Even more to it, in KMotion.exe, I'm trying to see what's going on and find that at the moment I hit Dwell(), the dest0 for X axis skyrockets to 1.797693134862e+308, which does not look good...
===============================
_Controller.CoordMotion.StraightTraverse(6000.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, false);
_Controller.CoordMotion.StraightTraverse(0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, false);
_Controller.CoordMotion.StraightFeed(10000.0, 6000.0D, 0.0D, 0.0D, 0.0D, 0.0D, 0.0D, 0, 0);
_Controller.CoordMotion.Dwell(2);
_Controller.CoordMotion.FlushSegments();
===============================
 
Thanks,
Kyryl
 


To: DynoMotion@yahoogroups.com
From: tk@...
Date: Wed, 28 Dec 2011 08:12:21 +0000
Subject: [DynoMotion] KMotion/KFlop Version 4.28 Released

 

KMotion/KFlop Version 4.28 Released
KMotionCNC - TP BUG FIX with regards to consecutive arcs sometimes being "corner rounded"
KStep 4-axis Stepper Amplifier Now Supported
.NET interface libraries - C# Console Example - VB.NET Example uPDATED
New Features

Download here 
Details 

Group: DynoMotion Message: 2861 From: Kyrylo Perederiy Date: 1/1/2012
Subject: Re: v4.28 StraightFeed()
I tried several combinations with similar results. For the console app repro I reference the dll from \KMotion428\KMotion\Release and also set the output path along with working directory to the same location.
 
Finally managed to bring v4.27 back to life by uninstalling 428 and reinstalling and re-flashing 427 again. Will try 428 again tomorrow and watch dll's

-Kyryl 
Group: DynoMotion Message: 2863 From: Brad Murry Date: 1/1/2012
Subject: Re: v4.28 StraightFeed()

Hello Kyryl,

 

 

Let me know how that fares.

 

To further clarify the problems I remember encountering involved running KMotion.exe  while running an app utilizing KMotion_dotNET.dll that was built under a different version as the KMotion.exe

 

-Brad Murry

 

From: DynoMotion@yahoogroups.com [mailto:DynoMotion@yahoogroups.com] On Behalf Of Kyrylo Perederiy
Sent: Sunday, January 01, 2012 11:03 PM
To: DynoMotion@yahoogroups.com
Subject: RE: [DynoMotion] v4.28 StraightFeed()

 

 

I tried several combinations with similar results. For the console app repro I reference the dll from \KMotion428\KMotion\Release and also set the output path along with working directory to the same location.
 
Finally managed to bring v4.27 back to life by uninstalling 428 and reinstalling and re-flashing 427 again. Will try 428 again tomorrow and watch dll's

-Kyryl 


To: DynoMotion@yahoogroups.com
From: bradodarb@...
Date: Sun, 1 Jan 2012 22:56:25 -0700
Subject: RE: [DynoMotion] v4.28 StraightFeed()

 

Hello Kyryl,

 

I hate it when this happens….

 

Works just fine right off the bat with me.

 

Can you tell me how you are referencing the KM.net dll to your project?

 

I have experienced problems in the past when different versions of either the managed or unmanaged DynoMotion dll’s are used concurrently.

 

-Brad Murry

From: DynoMotion@yahoogroups.com [mailto:DynoMotion@yahoogroups.com] On Behalf Of Kyrylo Perederiy
Sent: Sunday, January 01, 2012 6:54 PM
To: DynoMotion@yahoogroups.com
Subject: [DynoMotion] v4.28 StraightFeed()

 

 

Tom, Brad,
 
I can use some help over here. Just tried to test v4.28, flashed the controller and now StraightFeed() does not work. I'm using .NET dll and am able to reproduce the ill behavior with a simple console app example.
 
Flashing back to v4.27 does not help, which is weird. StraightTraverse() works fine.
 
Here's a piece of code in console app (below). The first two lines work as expected moving the X axis back and forth. The third line is supposed to move X axis 6,000 steps forward when it hits Dwell(), but nothing happens. Even more to it, in KMotion.exe, I'm trying to see what's going on and find that at the moment I hit Dwell(), the dest0 for X axis skyrockets to 1.797693134862e+308, which does not look good...
===============================
_Controller.CoordMotion.StraightTraverse(6000.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, false);
_Controller.CoordMotion.StraightTraverse(0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, false);
_Controller.CoordMotion.StraightFeed(10000.0, 6000.0D, 0.0D, 0.0D, 0.0D, 0.0D, 0.0D, 0, 0);
_Controller.CoordMotion.Dwell(2);
_Controller.CoordMotion.FlushSegments();
===============================
 
Thanks,
Kyryl
 


To: DynoMotion@yahoogroups.com
From: tk@...
Date: Wed, 28 Dec 2011 08:12:21 +0000
Subject: [DynoMotion] KMotion/KFlop Version 4.28 Released

 

KMotion/KFlop Version 4.28 Released
KMotionCNC - TP BUG FIX with regards to consecutive arcs sometimes being "corner rounded"
KStep 4-axis Stepper Amplifier Now Supported
.NET interface libraries - C# Console Example - VB.NET Example uPDATED
New Features

Download here 
Details